home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TCONTADDFORM / TCONTADDFORM.txt
Text File  |  2004-04-06  |  7KB  |  354 lines

  1. object ContAddForm: TContAddForm
  2.   Left = 311
  3.   Top = 163
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add'
  7.   ClientHeight = 488
  8.   ClientWidth = 344
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = True
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label3: TLabel
  21.     Left = 8
  22.     Top = 132
  23.     Width = 33
  24.     Height = 13
  25.     Caption = '&Action:'
  26.     FocusControl = ComboBox1
  27.   end
  28.   object Label4: TLabel
  29.     Left = 8
  30.     Top = 176
  31.     Width = 225
  32.     Height = 13
  33.     AutoSize = False
  34.     Caption = 'Compressio&n:'
  35.     FocusControl = ComboBox2
  36.   end
  37.   object Label1: TElLabel
  38.     Left = 8
  39.     Top = 8
  40.     Width = 249
  41.     Height = 13
  42.     AutoSize = False
  43.     Caption = 'Label1'
  44.   end
  45.   object GroupBox1: TGroupBox
  46.     Left = 8
  47.     Top = 24
  48.     Width = 249
  49.     Height = 64
  50.     TabOrder = 0
  51.     object Label2: TLabel
  52.       Left = 8
  53.       Top = 16
  54.       Width = 217
  55.       Height = 13
  56.       AutoSize = False
  57.       Caption = 'A&dd to archive:'
  58.       FocusControl = Edit1
  59.     end
  60.     object Edit1: TEdit
  61.       Left = 8
  62.       Top = 32
  63.       Width = 177
  64.       Height = 21
  65.       TabOrder = 0
  66.       Text = 'Edit1'
  67.       OnExit = Edit1Exit
  68.     end
  69.     object Button3: TButton
  70.       Left = 189
  71.       Top = 32
  72.       Width = 55
  73.       Height = 21
  74.       Caption = '&Browse'
  75.       TabOrder = 1
  76.       OnClick = Button3Click
  77.     end
  78.   end
  79.   object ComboBox1: TComboBox
  80.     Left = 8
  81.     Top = 148
  82.     Width = 249
  83.     Height = 21
  84.     Style = csDropDownList
  85.     ItemHeight = 13
  86.     TabOrder = 2
  87.     Items.Strings = (
  88.       'Add (and replace) files'
  89.       'Freshen existing files'
  90.       'Move files'
  91.       'Update (and add) files')
  92.   end
  93.   object ComboBox2: TComboBox
  94.     Left = 8
  95.     Top = 192
  96.     Width = 249
  97.     Height = 21
  98.     Style = csDropDownList
  99.     ItemHeight = 13
  100.     TabOrder = 3
  101.     OnChange = ComboBox2Change
  102.     Items.Strings = (
  103.       'Maximum (slowest)'
  104.       'Normal'
  105.       'Fast'
  106.       'Super fast'
  107.       'None')
  108.   end
  109.   object GroupBox3: TGroupBox
  110.     Left = 8
  111.     Top = 224
  112.     Width = 249
  113.     Height = 137
  114.     TabOrder = 4
  115.     object CheckBox2: TCheckBox
  116.       Left = 8
  117.       Top = 13
  118.       Width = 233
  119.       Height = 17
  120.       Caption = 'Include &system and hidden files'
  121.       Checked = True
  122.       State = cbChecked
  123.       TabOrder = 0
  124.     end
  125.     object CheckBox1: TCheckBox
  126.       Left = 8
  127.       Top = 34
  128.       Width = 233
  129.       Height = 17
  130.       Caption = 'Save &full folder info'
  131.       TabOrder = 1
  132.     end
  133.     object CheckBox3: TCheckBox
  134.       Left = 8
  135.       Top = 116
  136.       Width = 233
  137.       Height = 17
  138.       Caption = 'Encrypt archi&ve (.PAE)'
  139.       TabOrder = 5
  140.       OnClick = CheckBox3Click
  141.     end
  142.     object CheckBox4: TCheckBox
  143.       Left = 8
  144.       Top = 55
  145.       Width = 233
  146.       Height = 17
  147.       Caption = 'Write &directly into ZIP '
  148.       TabOrder = 2
  149.     end
  150.     object CheckBox5: TCheckBox
  151.       Left = 8
  152.       Top = 96
  153.       Width = 233
  154.       Height = 17
  155.       Caption = 'Make large ZIP file (over &4 GB) '
  156.       TabOrder = 4
  157.     end
  158.     object ElCheckBox1: TCheckBox
  159.       Left = 8
  160.       Top = 76
  161.       Width = 233
  162.       Height = 17
  163.       Caption = 'Use Deflate&64 compression'
  164.       TabOrder = 3
  165.     end
  166.   end
  167.   object GroupBox4: TGroupBox
  168.     Left = 8
  169.     Top = 367
  170.     Width = 249
  171.     Height = 119
  172.     Caption = ' &Multiple disk s&panning '
  173.     TabOrder = 5
  174.     object Label5: TLabel
  175.       Left = 8
  176.       Top = 47
  177.       Width = 87
  178.       Height = 13
  179.       Caption = 'Ma&x. Volume Size:'
  180.       FocusControl = Edit971
  181.     end
  182.     object Label7: TLabel
  183.       Left = 208
  184.       Top = 49
  185.       Width = 31
  186.       Height = 13
  187.       Caption = 'kbytes'
  188.     end
  189.     object Label6: TLabel
  190.       Left = 8
  191.       Top = 71
  192.       Width = 30
  193.       Height = 13
  194.       Caption = '&Mode:'
  195.       FocusControl = ComboBox4
  196.     end
  197.     object Edit971: TEdit
  198.       Left = 104
  199.       Top = 43
  200.       Width = 97
  201.       Height = 21
  202.       AutoSize = False
  203.       TabOrder = 0
  204.       Text = '1440'
  205.     end
  206.     object Combobox3: TComboBox
  207.       Left = 8
  208.       Top = 17
  209.       Width = 233
  210.       Height = 21
  211.       Style = csDropDownList
  212.       ItemHeight = 13
  213.       TabOrder = 1
  214.       OnChange = ComboBox3Change
  215.       Items.Strings = (
  216.         'Automatic'
  217.         '1.2 MB'
  218.         '1.4 MB'
  219.         '2.8 MB'
  220.         'Zip 100 Disk (100 MB)'
  221.         'Zip 200 Disk (200 MB)'
  222.         'CD-ROM (650 MB)'
  223.         'CD-ROM (700 MB)'
  224.         'Custom'
  225.         'No spanning...')
  226.     end
  227.     object CheckBox7: TCheckBox
  228.       Left = 8
  229.       Top = 93
  230.       Width = 109
  231.       Height = 17
  232.       Caption = 'F&ormat target disk '
  233.       TabOrder = 2
  234.     end
  235.     object ComboBox4: TComboBox
  236.       Left = 103
  237.       Top = 67
  238.       Width = 138
  239.       Height = 21
  240.       Style = csDropDownList
  241.       ItemHeight = 13
  242.       TabOrder = 3
  243.       OnChange = ComboBox3Change
  244.       Items.Strings = (
  245.         'PkZip 4.5 Compatible'
  246.         'PkZip/PA 7.0 Compatible'
  247.         'PA (<=6.1x) Compatible')
  248.     end
  249.     object ComboBox5: TComboBox
  250.       Left = 120
  251.       Top = 92
  252.       Width = 121
  253.       Height = 21
  254.       Style = csDropDownList
  255.       ItemHeight = 13
  256.       TabOrder = 4
  257.       Items.Strings = (
  258.         'Quick'
  259.         'Full')
  260.     end
  261.   end
  262.   object CompMode: TRadioGroup
  263.     Left = 8
  264.     Top = 88
  265.     Width = 249
  266.     Height = 41
  267.     Columns = 5
  268.     Items.Strings = (
  269.       'ZIP'
  270.       'CAB'
  271.       'LHA'
  272.       'BH'
  273.       'TAR')
  274.     TabOrder = 1
  275.     OnClick = CompModeClick
  276.   end
  277.   object Button1: TButton
  278.     Left = 264
  279.     Top = 8
  280.     Width = 75
  281.     Height = 25
  282.     Caption = '&Add'
  283.     Default = True
  284.     TabOrder = 6
  285.     OnClick = Button1Click
  286.   end
  287.   object CorelButton2: TButton
  288.     Left = 264
  289.     Top = 40
  290.     Width = 75
  291.     Height = 25
  292.     Caption = 'Add && E-&mail'
  293.     TabOrder = 7
  294.     OnClick = CorelButton2Click
  295.   end
  296.   object CorelButton3: TButton
  297.     Left = 264
  298.     Top = 72
  299.     Width = 75
  300.     Height = 25
  301.     Caption = 'Add && F&tp'
  302.     TabOrder = 8
  303.     OnClick = CorelButton3Click
  304.   end
  305.   object Button2: TButton
  306.     Left = 264
  307.     Top = 104
  308.     Width = 75
  309.     Height = 25
  310.     Caption = '&Cancel'
  311.     TabOrder = 9
  312.     OnClick = Button2Click
  313.   end
  314.   object CorelButton1: TButton
  315.     Left = 264
  316.     Top = 456
  317.     Width = 75
  318.     Height = 25
  319.     Caption = '&Password...'
  320.     TabOrder = 10
  321.     OnClick = CorelButton1Click
  322.   end
  323.   object Button4: TButton
  324.     Left = 263
  325.     Top = 136
  326.     Width = 75
  327.     Height = 25
  328.     Caption = '&Help'
  329.     TabOrder = 11
  330.     OnClick = Button4Click
  331.   end
  332.   object FormStorage1: TFormStorage
  333.     Options = []
  334.     UseRegistry = True
  335.     StoredProps.Strings = (
  336.       'CheckBox1.Checked'
  337.       'CheckBox2.Checked'
  338.       'ElCheckBox1.Checked')
  339.     StoredValues = <>
  340.     Left = 280
  341.     Top = 128
  342.   end
  343.   object NewBox: TAgOpenDialog
  344.     Filter = 
  345.       'ZIP files|*.zip|CAB files|*.cab|LHA (LZH) files|*.lzh|BH (BlakHo' +
  346.       'le) files|*.bh|TAR files|*.tar'
  347.     Options = [ofHideReadOnly, ofPathMustExist]
  348.     Title = 'Find Archive...'
  349.     ShowPlacesBar = True
  350.     Left = 278
  351.     Top = 161
  352.   end
  353. end
  354.